gdkeventsource-wayland: Fix style
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 29 Dec 2014 01:54:09 +0000 (17:54 -0800)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 29 Dec 2014 02:13:34 +0000 (18:13 -0800)
gdk/wayland/gdkeventsource.c

index 11e7b1ef5916b982a609be60dd23537960fef5a0..1595a3079abce44eb216abba95ed653b284f5b75 100644 (file)
@@ -135,9 +135,9 @@ _gdk_wayland_display_event_source_new (GdkDisplay *display)
 
   display_wayland = GDK_WAYLAND_DISPLAY (display);
   wl_source->display = display;
-  wl_source->pfd.fd = wl_display_get_fd(display_wayland->wl_display);
+  wl_source->pfd.fd = wl_display_get_fd (display_wayland->wl_display);
   wl_source->pfd.events = G_IO_IN | G_IO_ERR | G_IO_HUP;
-  g_source_add_poll(source, &wl_source->pfd);
+  g_source_add_poll (source, &wl_source->pfd);
 
   g_source_set_priority (source, GDK_PRIORITY_EVENTS);
   g_source_set_can_recurse (source, TRUE);